home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Programming / AmigaE / Src / Modules / devices / input.e < prev    next >
Encoding:
Text File  |  1997-03-09  |  214 b   |  13 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. CONST IND_ADDHANDLER=9,
  5.       IND_REMHANDLER=10,
  6.       IND_WRITEEVENT=11,
  7.       IND_SETTHRESH=12,
  8.       IND_SETPERIOD=13,
  9.       IND_SETMPORT=14,
  10.       IND_SETMTYPE=15,
  11.       IND_SETMTRIG=16
  12.  
  13.